xen/arch/x86: make objdump output user locale agnostic
authorMaximilian Engelhardt <maxi@daemonizer.de>
Thu, 9 Dec 2021 23:23:30 +0000 (00:23 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Fri, 24 Feb 2023 17:28:10 +0000 (18:28 +0100)
commita31a213248e7f93e776b4993e8413a8757577bf5
tree8cb6ca6fc5a17983daa7637b26140adb2724d735
parentc237d284e25464a7fd4d41ba39d31565af75c487
xen/arch/x86: make objdump output user locale agnostic

The objdump output is fed to grep, so make sure it doesn't change with
different user locales and break the grep parsing.
This problem was identified while updating xen in Debian and the fix is
needed for generating reproducible builds in varying environments.

Signed-off-by: Maximilian Engelhardt <maxi@daemonizer.de>
xen/arch/x86/arch.mk